func go/types.def

11 uses

	go/types (current package)
		universe.go#L80: 		def(NewTypeName(nopos, nil, t.name, t))
		universe.go#L83: 		def(NewTypeName(nopos, nil, t.name, t))
		universe.go#L115: 		def(universeAnyAlias)
		universe.go#L135: 		def(obj)
		universe.go#L148: 		def(obj)
		universe.go#L164: 		def(NewConst(nopos, nil, c.name, Typ[c.kind], c.val))
		universe.go#L169: 	def(&Nil{object{name: "nil", typ: Typ[UntypedNil], color_: black}})
		universe.go#L256: 		def(newBuiltin(id))
		universe.go#L267: 	def(newBuiltin(_Assert))
		universe.go#L268: 	def(newBuiltin(_Trace))
		universe.go#L292: func def(obj Object) {